{ "version": 4, "terraform_version": "1.6.3", "serial": 404, "lineage": "21091102-806a-8cbc-b36a-4e155d627abc", "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-9cd0fa4fb94c079b4", "ami": "ami-4dcd4e24", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7a5dce23"], "subnet_id": "subnet-c5e862ca", "key_name": "prod-deploy-key" } } ] } ] }