{ "version": 4, "terraform_version": "1.7.8", "serial": 532, "lineage": "beedd081-bfb6-8dde-296a-99962b382291", "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-94cf24984c79cfe16", "ami": "ami-5c12de7a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-87c9e678"], "subnet_id": "subnet-183ecddd", "key_name": "prod-deploy-key" } } ] } ] }