{ "version": 4, "terraform_version": "1.5.2", "serial": 201, "lineage": "d6696806-bdc2-2911-97f7-dc58f8fb1881", "outputs": { "db_endpoint": { "value": "db-1.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-ddf42fe7fe2e415d1", "ami": "ami-a87f3785", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-99cd2d2d"], "subnet_id": "subnet-0a8346bb", "key_name": "prod-deploy-key" } } ] } ] }