{ "version": 4, "terraform_version": "1.6.8", "serial": 150, "lineage": "da909d86-16b3-47dd-e863-868f89d72ab1", "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-f8a263701e2ac5124", "ami": "ami-727983b5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-63a32f25"], "subnet_id": "subnet-7a09ce5f", "key_name": "prod-deploy-key" } } ] } ] }