{ "version": 4, "terraform_version": "1.5.1", "serial": 171, "lineage": "a3dee028-3977-eed5-ba74-98518a6efe78", "outputs": { "db_endpoint": { "value": "db-4.eu-west-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-28608b93ac9fa41e0", "ami": "ami-fe255e9b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c1a571d2"], "subnet_id": "subnet-d8f20c19", "key_name": "prod-deploy-key" } } ] } ] }