{ "version": 4, "terraform_version": "1.8.1", "serial": 374, "lineage": "2102042b-eb1b-91fb-3ce6-864d65f0cb98", "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-a5f560b36101cded7", "ami": "ami-db9431af", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-42628f61"], "subnet_id": "subnet-e485f887", "key_name": "prod-deploy-key" } } ] } ] }