{ "version": 4, "terraform_version": "1.6.3", "serial": 572, "lineage": "b1e39f79-bb82-5d97-e308-ed8e66da9c6c", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-e9a2f3834163bf346", "ami": "ami-0eb9a5e8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-30c83702"], "subnet_id": "subnet-f04889d2", "key_name": "prod-deploy-key" } } ] } ] }