{ "version": 4, "terraform_version": "1.6.6", "serial": 593, "lineage": "76ae6f97-cf82-6429-8c15-b8f640f34101", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-8b01f6fdce6a1fa56", "ami": "ami-70b75b32", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-829d163f"], "subnet_id": "subnet-fd6e1392", "key_name": "prod-deploy-key" } } ] } ] }