{ "version": 4, "terraform_version": "1.8.4", "serial": 161, "lineage": "c4beed53-d4d5-3e3d-e2c4-36ea3b8cfbd2", "outputs": { "db_endpoint": { "value": "db-1.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-305fedc7998298a7a", "ami": "ami-460105ee", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aad28c6e"], "subnet_id": "subnet-72d9e4e1", "key_name": "prod-deploy-key" } } ] } ] }