{ "version": 4, "terraform_version": "1.5.6", "serial": 505, "lineage": "e95ede64-4bc0-8363-4925-e5c2f93dc9c3", "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-84b6a321db9fc6cb2", "ami": "ami-78a6c8c7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d2a55a3e"], "subnet_id": "subnet-0a1afa72", "key_name": "prod-deploy-key" } } ] } ] }