{ "version": 4, "terraform_version": "1.7.0", "serial": 147, "lineage": "8353db7d-4ddf-175a-3e27-61a7e44b7f16", "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-1497e9c4421e97d7c", "ami": "ami-5dd1f49e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e5e08476"], "subnet_id": "subnet-f6972382", "key_name": "prod-deploy-key" } } ] } ] }