{ "version": 4, "terraform_version": "1.7.0", "serial": 436, "lineage": "8367aa7c-722a-0336-71b3-be7157dc9a20", "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-90c2131d07230cec1", "ami": "ami-e04f94f9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-21d17c5f"], "subnet_id": "subnet-2c78ef72", "key_name": "prod-deploy-key" } } ] } ] }