{ "version": 4, "terraform_version": "1.8.0", "serial": 415, "lineage": "310ad07f-8419-9ae1-f39d-ad2befcdc77f", "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-d720f71adaa91a267", "ami": "ami-8f04b3d2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-34fd8150"], "subnet_id": "subnet-208c5419", "key_name": "prod-deploy-key" } } ] } ] }