{ "version": 4, "terraform_version": "1.5.9", "serial": 206, "lineage": "63b3ff93-7533-1291-9045-dcb9e34478ee", "outputs": { "db_endpoint": { "value": "db-3.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-3de22be2cc0926a64", "ami": "ami-56394267", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f59a4e41"], "subnet_id": "subnet-837bd34a", "key_name": "prod-deploy-key" } } ] } ] }