{ "version": 4, "terraform_version": "1.8.3", "serial": 510, "lineage": "d160940e-0f54-7930-5ca4-3a895bdef160", "outputs": { "db_endpoint": { "value": "db-1.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-8a7d8cc8ac060f5d9", "ami": "ami-674139a5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5f2d6f2d"], "subnet_id": "subnet-7625524c", "key_name": "prod-deploy-key" } } ] } ] }