{ "version": 4, "terraform_version": "1.5.6", "serial": 492, "lineage": "eed6e56e-765d-2b45-b755-1d68e6ddf1fa", "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-2f2b41ca06ef30afa", "ami": "ami-4e4b3869", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6c6952f6"], "subnet_id": "subnet-41cc7d11", "key_name": "prod-deploy-key" } } ] } ] }