{ "version": 4, "terraform_version": "1.5.0", "serial": 279, "lineage": "c071d7e6-5ef6-1d7d-18ec-cb77ab93a8ff", "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-ce8a7f8051c0298c5", "ami": "ami-38870f4e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3c1a2af3"], "subnet_id": "subnet-7c84619d", "key_name": "prod-deploy-key" } } ] } ] }