{ "version": 4, "terraform_version": "1.6.0", "serial": 332, "lineage": "b1cdf82b-7630-3c41-f6fa-a2a6921ef70b", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-f6ed5e7f1f701b7af", "ami": "ami-f943ff6a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5852926e"], "subnet_id": "subnet-74366deb", "key_name": "prod-deploy-key" } } ] } ] }