{ "version": 4, "terraform_version": "1.5.5", "serial": 355, "lineage": "77bb4a65-e3f0-3bf5-57c1-493db68e8953", "outputs": { "db_endpoint": { "value": "db-3.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-b8bbc794aadaf0d1c", "ami": "ami-6fccaefc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c9d10c7f"], "subnet_id": "subnet-c9605147", "key_name": "prod-deploy-key" } } ] } ] }