{ "version": 4, "terraform_version": "1.5.6", "serial": 459, "lineage": "c5407e5c-d036-5fd7-c5da-673491d6486b", "outputs": { "db_endpoint": { "value": "db-0.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-4649f42d59e14d2fb", "ami": "ami-626807ce", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-311b712c"], "subnet_id": "subnet-0aef262e", "key_name": "prod-deploy-key" } } ] } ] }